home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Horoscope Companion: Scorpio
/
Horoscope Companion: Scorpio.iso
/
pc
/
scorpio
/
quit.dir
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-08
|
269 b
|
20 lines
on startRollover whichSprite
hStartRolloverAction(whichSprite)
end
on mouseDown
if hButtonAction02() then
mouseUp()
end if
end
on mouseUp
cursor(4)
hCheckCurrentFrameLabel()
quit()
end
on endRollover whichSprite
hEndRolloverAction(whichSprite)
end